3.5.27 \(\int (a+b \sin ^4(e+f x))^p \, dx\) [427]

Optimal. Leaf size=17 \[ \text {Int}\left (\left (a+b \sin ^4(e+f x)\right )^p,x\right ) \]

[Out]

Unintegrable((a+b*sin(f*x+e)^4)^p,x)

________________________________________________________________________________________

Rubi [A]
time = 0.01, antiderivative size = 0, normalized size of antiderivative = 0.00, number of steps used = 0, number of rules used = 0, integrand size = 0, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.000, Rules used = {} \begin {gather*} \int \left (a+b \sin ^4(e+f x)\right )^p \, dx \end {gather*}

Verification is not applicable to the result.

[In]

Int[(a + b*Sin[e + f*x]^4)^p,x]

[Out]

Defer[Int][(a + b*Sin[e + f*x]^4)^p, x]

Rubi steps

\begin {align*} \int \left (a+b \sin ^4(e+f x)\right )^p \, dx &=\int \left (a+b \sin ^4(e+f x)\right )^p \, dx\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 2.27, size = 0, normalized size = 0.00 \begin {gather*} \int \left (a+b \sin ^4(e+f x)\right )^p \, dx \end {gather*}

Verification is not applicable to the result.

[In]

Integrate[(a + b*Sin[e + f*x]^4)^p,x]

[Out]

Integrate[(a + b*Sin[e + f*x]^4)^p, x]

________________________________________________________________________________________

Maple [A]
time = 0.60, size = 0, normalized size = 0.00 \[\int \left (a +b \left (\sin ^{4}\left (f x +e \right )\right )\right )^{p}\, dx\]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a+b*sin(f*x+e)^4)^p,x)

[Out]

int((a+b*sin(f*x+e)^4)^p,x)

________________________________________________________________________________________

Maxima [A]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Failed to integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*sin(f*x+e)^4)^p,x, algorithm="maxima")

[Out]

integrate((b*sin(f*x + e)^4 + a)^p, x)

________________________________________________________________________________________

Fricas [A]
time = 0.41, size = 28, normalized size = 1.65 \begin {gather*} {\rm integral}\left ({\left (b \cos \left (f x + e\right )^{4} - 2 \, b \cos \left (f x + e\right )^{2} + a + b\right )}^{p}, x\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*sin(f*x+e)^4)^p,x, algorithm="fricas")

[Out]

integral((b*cos(f*x + e)^4 - 2*b*cos(f*x + e)^2 + a + b)^p, x)

________________________________________________________________________________________

Sympy [F(-1)] Timed out
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Timed out} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*sin(f*x+e)**4)**p,x)

[Out]

Timed out

________________________________________________________________________________________

Giac [A]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*sin(f*x+e)^4)^p,x, algorithm="giac")

[Out]

integrate((b*sin(f*x + e)^4 + a)^p, x)

________________________________________________________________________________________

Mupad [A]
time = 0.00, size = -1, normalized size = -0.06 \begin {gather*} \int {\left (b\,{\sin \left (e+f\,x\right )}^4+a\right )}^p \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a + b*sin(e + f*x)^4)^p,x)

[Out]

int((a + b*sin(e + f*x)^4)^p, x)

________________________________________________________________________________________